home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / mt / panel / scripts / DefineButton2_462 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2002-03-20  |  103 b   |  7 lines

  1. on(release){
  2.    if(eval("../mt/codelib:currentview") eq "day")
  3.    {
  4.       _visible = "0";
  5.    }
  6. }
  7.